home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_34.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  392 b   |  13 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set convergenceMediasBall to startBall + 3
  4.   set telephoneBall to startBall + 7
  5.   set televisionBall to startBall + 8
  6.   set ordinateurBall to startBall + 9
  7.   set the ink of sprite telephoneBall to 37
  8.   set the ink of sprite televisionBall to 37
  9.   set the ink of sprite ordinateurBall to 37
  10.   depuppetize(telephoneBall, ordinateurBall)
  11.   updateStage()
  12. end
  13.